home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_result.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  978 b   |  43 lines

  1. /*****************************************************************************
  2.   FILE           : ui_result.h
  3.   SHORTNAME      : result.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        :
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Michael Vogt
  10.   DATE           : 20. 5. 1992
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_result.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_RESULT_DEFINED_
  23. #define _UI_RESULT_DEFINED_
  24.  
  25.  
  26.  
  27. #define    UI_RESULT_INPUT_YES    0
  28. #define UI_RESULT_INPUT_NO    1
  29. #define    UI_RESULT_OUTPUT_YES    0
  30. #define UI_RESULT_OUTPUT_NO    1
  31. #define UI_RESULT_MODE_CREATE    0
  32. #define UI_RESULT_MODE_APPEND    1
  33.  
  34.  
  35. extern void ui_popupResult (Widget);
  36. extern Bool ui_ResultIsCreated;
  37.  
  38. #endif /* _UI_RESULT_DEFINED_ */
  39.  
  40.  
  41.  
  42. /* 42 lines generated by deleteprivatedefinitions.awk */
  43.